Compare commits

..

No commits in common. "209485ff704089274834b38ffd4339486c8a0c9c" and "522124e8c7f314c28145362a4ff288aea7bb6d5d" have entirely different histories.

2 changed files with 9 additions and 9 deletions

View file

@ -5,11 +5,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1705309234, "lastModified": 1701680307,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1707268954, "lastModified": 1702312524,
"narHash": "sha256-2en1kvde3cJVc3ZnTy8QeD2oKcseLFjYPLKhIGDanQ0=", "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f8e2ebd66d097614d51a56a755450d4ae1632df1", "rev": "a9bf124c46ef298113270b1f84a164865987a91c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -26,7 +26,7 @@
packages = { packages = {
scram-sha-256 = let scram-sha-256 = let
pname = "scram-sha-256"; pname = "scram-sha-256";
version = "1.0.3"; version = "1.0.1";
in in
pkgs.buildGoModule { pkgs.buildGoModule {
inherit pname version; inherit pname version;
@ -34,9 +34,9 @@
owner = "supercaracal"; owner = "supercaracal";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-55dEihU9FnKiGt9jRJsY1+NRUgOkwoLF8J60RRYG7yM="; hash = "sha256-4/6rog+Or7YBer+Gdc38OPC2UVrXmeKUK/hsZrnYhbo=";
}; };
vendorHash = "sha256-HjyD30RFf5vnZ8CNU1s3sTTyCof1yD8cdVWC7cLwjic="; vendorHash = "sha256-qNJSCLMPdWgK/eFPmaYBcgH3P6jHBqQeU4gR6kE/+AE=";
meta = with pkgs.lib; { meta = with pkgs.lib; {
homepage = "https://github.com/supercaracal/scram-sha-256"; homepage = "https://github.com/supercaracal/scram-sha-256";
description = "A backup program that is fast, efficient and secure"; description = "A backup program that is fast, efficient and secure";