Sfoglia il codice sorgente

chore(flake): stabilize powertest version

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 anni fa
parent
commit
0af411d0a9
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 3 3
      flake.lock
  2. 1 1
      flake.nix

+ 3 - 3
flake.lock

@@ -163,13 +163,13 @@
         ]
       },
       "locked": {
-        "narHash": "sha256-DaBLTu/GCq7lDWyR9HKj9H1t5mfX7T1eFwrIwJICXZo=",
+        "narHash": "sha256-+5jKG/KmYOopvHwBAGu5iPVFqoug16Bkyk/InwB40tc=",
         "type": "tarball",
-        "url": "http://rime.cx/v1/github/eza-community/powertest/b/main.tar.gz"
+        "url": "http://rime.cx/v1/github/eza-community/powertest.tar.gz"
       },
       "original": {
         "type": "tarball",
-        "url": "http://rime.cx/v1/github/eza-community/powertest/b/main.tar.gz"
+        "url": "http://rime.cx/v1/github/eza-community/powertest.tar.gz"
       }
     },
     "pre-commit-hooks": {

+ 1 - 1
flake.nix

@@ -24,7 +24,7 @@
     };
 
     powertest = {
-      url = "http://rime.cx/v1/github/eza-community/powertest/b/main.tar.gz";
+      url = "http://rime.cx/v1/github/eza-community/powertest.tar.gz";
       inputs = {
         nixpkgs.follows = "nixpkgs";
         naersk.follows = "naersk";