Loading pkgs/servers/pocketbase/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ buildGoModule rec { pname = "pocketbase"; version = "0.10.1"; version = "0.10.4"; src = fetchFromGitHub { owner = "pocketbase"; repo = pname; rev = "v${version}"; sha256 = "sha256-IFyiopURkza22VYW5VM23hZ+GAKr+ykxn7r/MyQfGAI="; sha256 = "sha256-ma60DvoknvB1NN+DEq6CMnhSjcR/ACWCQSOYbyRlsCs="; }; vendorSha256 = "sha256-5iT67xJ9pH/QhkMTKvYIU0NsMWg6KVum+trNyt2a2rg="; vendorSha256 = "sha256-crVyKpvy7twZFDwwYNe+8GB0UAJ8j4F1yqYFu2CWW7o="; # This is the released subpackage from upstream repo subPackages = [ "examples/base" ]; Loading Loading
pkgs/servers/pocketbase/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ buildGoModule rec { pname = "pocketbase"; version = "0.10.1"; version = "0.10.4"; src = fetchFromGitHub { owner = "pocketbase"; repo = pname; rev = "v${version}"; sha256 = "sha256-IFyiopURkza22VYW5VM23hZ+GAKr+ykxn7r/MyQfGAI="; sha256 = "sha256-ma60DvoknvB1NN+DEq6CMnhSjcR/ACWCQSOYbyRlsCs="; }; vendorSha256 = "sha256-5iT67xJ9pH/QhkMTKvYIU0NsMWg6KVum+trNyt2a2rg="; vendorSha256 = "sha256-crVyKpvy7twZFDwwYNe+8GB0UAJ8j4F1yqYFu2CWW7o="; # This is the released subpackage from upstream repo subPackages = [ "examples/base" ]; Loading