chore: some updates

This commit is contained in:
m3tam3re
2026-06-27 08:28:12 +02:00
parent f0c028a62c
commit d42a6f57f5
2 changed files with 11 additions and 11 deletions
Generated
+9 -9
View File
@@ -39,11 +39,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1780749050,
"narHash": "sha256-3av0pIjlOWQ6rDbNOmpUSvbNnJkGORQKKjb4LtCZsIY=",
"lastModified": 1782467914,
"narHash": "sha256-pGvFkM8N0xEkIIXDe5YYfbEAvHrk4IxBrjB/x8OomhE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a799d3e3886da994fa307f817a6bc705ae538eeb",
"rev": "e73de5be04e0eff4190a1432b946d469c794e7b4",
"type": "github"
},
"original": {
@@ -55,11 +55,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1781153468,
"narHash": "sha256-ZBRmjFtJn/XmHBV230OSabKQqxOoOJunJmBtSt1sLs0=",
"lastModified": 1782540244,
"narHash": "sha256-3skOZJEfAUG7LSB/Ok2AQUiqeagYLSq+8wKjtS1hOyc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cd265fd6b43f2ec1257c2e400f648895d2ad7ccd",
"rev": "a65184fc373636356fcaf460dc09655a919c66ea",
"type": "github"
},
"original": {
@@ -76,11 +76,11 @@
]
},
"locked": {
"lastModified": 1780479100,
"narHash": "sha256-VZZ/ukjciXqiebwei2JizyOnxx0T3IeoowFWElKec4o=",
"lastModified": 1782291243,
"narHash": "sha256-0pVn5pDqlKpqSgzf4eG9TFCjkjzOtnmGTpbILso7GwI=",
"owner": "Fission-AI",
"repo": "OpenSpec",
"rev": "1b06fddd59d8e592d5b5794a1970b22867e85b1f",
"rev": "737518b36fe4b6fdb09c83eeaf8d873a428c92e6",
"type": "github"
},
"original": {
+2 -2
View File
@@ -6,7 +6,7 @@
stdenvNoCC,
}: let
pname = "openwork";
version = "0.17.1";
version = "0.17.3";
src = fetchurl {
url =
@@ -16,7 +16,7 @@
hash =
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
else "sha256-bQWBVvISHYalp4Tij0H9mMAMEd7b06SUW0BXjDNpyF0=";
else "sha256-vrbakPeBY+6N12KOfjRzqTt5CsJ98G1rFH0caaI2qX8=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};