guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/26: gnu: nethogs: Migrate to HASH.


From: guix-commits
Subject: 03/26: gnu: nethogs: Migrate to HASH.
Date: Mon, 25 May 2020 18:20:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3102e8d37cbc77871e920e5328fa0045f09bf20b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 19:10:38 2020 +0200

    gnu: nethogs: Migrate to HASH.
    
    * gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to…
    <hash>: …this I guess.
---
 gnu/packages/networking.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9f7548d..617d7d6 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1730,8 +1730,9 @@ the bandwidth, loss, and other parameters.")
        (uri (git-reference
              (url "https://github.com/raboof/nethogs";)
              (commit (string-append "v" version))))
-       (sha256
-        (base32 "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9"))
+       (hash
+        (content-hash "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9"
+                      sha256))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]